
.rounded-corners{
    border-radius: 60px;
}
.separation-line{
    background-color: #FFCF40;
    height: 80%;
    width: 3px;
    margin-top: 10%;
    margin-bottom: 10%;
}

.GreyText{
    color:grey;
}

.bt-mc{
    border-top: #d0a6278e solid 4px;
}

#mailLink{
    transition: 0.2s;
}

#mailLink:hover{
    color:#FFCF40;
}

@media only screen and (min-width:765px) {
    .rowSplitter{
        display: none;
    }
}

@media only screen and (max-width:700px){
    .ps-ch{
        padding-left: 1.5rem !important;
    }
}

.goldBorder{
    border: 4px solid #FFCF40;
}


@media only screen and (max-width:1300px) {
    .separation-line-container{
        display: none !important;
        flex: 0 !important;
        overflow: hidden !important;
    }
}

@media only screen and (max-width: 700px) {
    .upper-text-style{
        width: 92%;
        font-size: 1.2rem;
    }

    .font-size-2{
        font-size: 1rem;
    }

    .w-card-sponsor{
        width: 86%;
    }
}
@media only screen and (max-width: 750px) {
    #Contacts{
        margin-top: 2.5rem;
        text-align: center;
    }
}

@media only screen and (max-width: 580px){
    .headerTitle{
        font-size: 1.5rem !important;
    }
    #headerInvestomanieLogo{
        display: none;
    }
}

@media only screen and (max-width:976px){
    .headerFlex{
        flex-direction: column !important;
    }
    .headerWrapper{
        justify-content: center !important;
    }
}


@media only screen and (max-width: 766px){
    .reverse-column-flex{
        flex-direction: column-reverse;
    }
}

.w-75Responsive{
    width: 75%;
}

@media only screen and (max-width:870) {
    .w-75Responsive{
        width: 100%;
    }
}

@media only screen and (max-width:1200px){
    .headerDivider{
        display: none;
    }
}


.nav-link:hover{
    color:#FFCF40;
}

.nav-link:focus{
    color:white;
}

.dark-bg{
    background-color: grey;
}

.w-5{
    width: 5% !important;
}

.prednaskyText{
    font-size:1.5rem;
}